object Form1: TForm1 Left = 256 Top = 186 Width = 381 Height = 138 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 10 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 361 Height = 69 AutoSize = False Caption = 'Label1' WordWrap = True end object Button1: TButton Left = 108 Top = 80 Width = 75 Height = 25 Caption = 'Yes' Default = True ModalResult = 6 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 188 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'No' TabOrder = 1 OnClick = Button2Click end end